ComponentOne Xamarin.Android
GetLocationOnScreen Method (CalendarSlotsPanel<S>)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarSlotsPanel<S> Class : GetLocationOnScreen Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getLocationOnScreen", 
   "([I)V", 
   "GetGetLocationOnScreen_arrayIHandler")>
Public Overridable Sub GetLocationOnScreen( _
   ByVal outLocation() As Integer _
) 
'Usage
 
Dim instance As CalendarSlotsPanel(Of S)
Dim outLocation() As Integer
 
instance.GetLocationOnScreen(outLocation)
[Android.Runtime.Register("getLocationOnScreen", 
   "([I)V", 
   "GetGetLocationOnScreen_arrayIHandler")]
public virtual void GetLocationOnScreen( 
   int[] outLocation
)

Parameters

outLocation
See Also

Reference

CalendarSlotsPanel<S> Class
CalendarSlotsPanel<S> Members